home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / executor.zip / EXECSRC.ZIP / EXECUTOR.DEF < prev    next >
Text File  |  1991-06-21  |  382b  |  14 lines

  1. ; module-definition file for EXECUTOR.EXE
  2.  
  3. NAME         EXECUTOR
  4.  
  5. DESCRIPTION  'Executor.     (c) Innovation 1991'
  6. EXETYPE         WINDOWS
  7. STUB               'WINSTUB.EXE'
  8. CODE               PRELOAD MOVEABLE DISCARDABLE
  9. DATA                PRELOAD MOVEABLE MULTIPLE
  10. HEAPSIZE        1024
  11. STACKSIZE       8192
  12. EXPORTS         WndProc
  13.                          FileDlgProc
  14.